home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / AppleScript / Documentation / Apple Event Registry / Word Services Suite 1.0.4 / WSI Library Source / AppEvents.h < prev    next >
Encoding:
Text File  |  1993-04-12  |  558 b   |  19 lines  |  [TEXT/KAHL]

  1. OSErr InitReqHandlers( void );
  2.  
  3. OSErr GetTargetAddress( StringPtr myPrompt,
  4.                         StringPtr myAppStr,
  5.                         PortInfoRec *myPortInfoPtr,
  6.                         AEAddressDesc *targetAddressPtr,
  7.                         StringPtr serviceName,
  8.                         TargetID *toTargetIDPtr );
  9.  
  10. pascal Boolean MyPPCBrowseProc( LocationNamePtr theLoc, PortInfoPtr thePortInfo );
  11.  
  12. Boolean PStrCmp( StringPtr foo, StringPtr bar );
  13.  
  14. OSErr GetEventType( AppleEvent *theAppleEventPtr,
  15.                     AEEventClass *theClassPtr,
  16.                     AEEventID *theIDPtr );
  17.  
  18. OSErr GetEventID( AppleEvent *theAppleEventPtr,
  19.                     AEEventID *theIDPtr );